func runtime.cgoIsGoPointer
15 uses
runtime (current package)
cgocall.go#L578: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L664: if !cgoIsGoPointer(p) {
cgocall.go#L680: if !cgoIsGoPointer(p) {
cgocall.go#L691: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L706: if !cgoIsGoPointer(ss.str) {
cgocall.go#L735: if !cgoIsGoPointer(p) {
cgocall.go#L764: if cgoIsGoPointer(pp) && !isPinned(pp) {
cgocall.go#L790: func cgoIsGoPointer(p unsafe.Pointer) bool {
cgocheck.go#L32: if !cgoIsGoPointer(src) {
cgocheck.go#L35: if cgoIsGoPointer(unsafe.Pointer(dst)) {
cgocheck.go#L95: if !cgoIsGoPointer(src) {
cgocheck.go#L98: if cgoIsGoPointer(dst) {
cgocheck.go#L116: if !cgoIsGoPointer(src) {
cgocheck.go#L119: if cgoIsGoPointer(dst) {
cgocheck.go#L173: if cgoIsGoPointer(v) && !isPinned(v) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |